home *** CD-ROM | disk | FTP | other *** search
- program speaker;
-
- uses
- Forms,
- WinDrvr in '..\..\include\windrvr.pas',
- speaker_lib in 'speaker_lib.pas',
- bits in 'bits.pas',
- speaker_gui in 'speaker_gui.pas' {Speaker_Form};
-
- {$R *.RES}
- begin
- Application.Initialize;
- Application.CreateForm(TSpeaker_Form, Speaker_Form);
- Application.Run;
-
-
- end.
-